InventoryItem description ...
static InventoryItem GetAtScreenXY(int x, int y)
Returns the inventory item at the specified location.
int GetBinaryProperty(string property)
Gets a binary integer custom property for this item (0 or 1).
LooseInteger GetIntegerProperty(string property)
Gets an integer custom property for this item.
void RunInteraction(CursorMode cursorMode)
Runs the registered event handler for this item.
void SetBinaryProperty(string property, int value)
Sets a binary integer Custom Property for this item.
void SetBoolProperty(string property, bool value)
Sets a bool Custom Property for this item.
void SetIntegerProperty(string property, int value)
Sets an integer Custom Property for this item.